home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
Warrior’s Progress
/
source code
/
Source
/
Libraries
/
Trees
/
TreeLoop.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-28
|
253 b
|
19 lines
|
[
TEXT/CWIE
]
// TreeLoop.h
#ifndef TreeLoop_h
#define TreeLoop_h
#ifndef Tree_h
#include "Tree.h"
#endif
#ifndef TreeNode_h
#include "TreeNode.h"
#endif
#ifndef SequenceLoop_h
#include "SequenceLoop.h"
#endif
typedef SequenceLoop<Tree,TreeNode> TreeLoop;
#endif